Don't assume time_t can fit into int.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2011 06:15:15 +0000 (23:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2011 06:15:15 +0000 (23:15 -0700)
commit756bf509dfe40f32d7bef892018c40a196ea6358
tree2555d14b42acf9fa2f73c9b6d9ae2be087764bc8
parent489e2ac2cedef843729f0242d12368e10842cf0e
Don't assume time_t can fit into int.

* buffer.h (struct buffer.modtime): Now time_t, not int.
* fileio.c (Fvisited_file_modtime): No need for time_t cast now.
* undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
src/ChangeLog
src/buffer.h
src/fileio.c
src/undo.c